|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
Describes an extension to the quickdiff.referenceprovider
extension point.
ReferenceSelectionAction
,
QuickDiff
Method Summary | |
IQuickDiffProviderImplementation |
createProvider()
Creates a referenceprovider as described in the extension's xml. |
boolean |
getDefault()
Reads (if needed) and returns the default attribute value of this extension. |
String |
getId()
Reads (if needed) and returns the id of this extension. |
String |
getLabel()
Reads (if needed) and returns the label of this extension. |
boolean |
isPluginLoaded()
States whether the plugin declaring this extensionhas been loaded already. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public String getLabel()
public String getId()
public IQuickDiffProviderImplementation createProvider()
public boolean isPluginLoaded()
true
if the extension point's plugin has been loaded, false
otherwise.public boolean getDefault()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |